home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960425-19960715 / 000137_news@columbia.edu _Fri May 24 04:33:24 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id EAA01337 for <kermit.misc@watsun>; Fri, 24 May 1996 04:33:24 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id EAA15116 for kermit.misc@watsun; Fri, 24 May 1996 04:33:22 -0400 (EDT)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!vixen.cso.uiuc.edu!cdc2.cdc.net!news.texas.net!news.kei.com!newsfeed.internetmci.com!miwok!gorilla!holmes
  6. From: holmes@gorilla.nbn.com (Tim Holmes)
  7. Subject: Re: befuddled by MSKermit TCP/IP!!
  8. X-Newsreader: TIN [version 1.2 PL2]
  9. Message-ID: <Drw5tn.5yB@gorilla.nbn.com>
  10. References: <DrMp8y.H3p@gorilla.nbn.com> <1996May22.152843.27781@ucl.ac.uk> <1996May22.170646.80723@cc.usu.edu>
  11. Date: Fri, 24 May 1996 04:00:57 GMT
  12. Lines: 64
  13.  
  14. Joe Doupnik (jrd@cc.usu.edu) wrote:
  15. : In article <1996May22.152843.27781@ucl.ac.uk>, skaamjm@ucl.ac.uk (Matthew Moore) writes:
  16. : > holmes@gorilla.nbn.com (Tim Holmes) writes:
  17. : > 
  18. : >>I have been trying to get MSKermit (the latest version just off
  19. : >>the ftp lines) to do a TCP/IP connection to a Linux box.  Not having
  20. : >>any luck.
  21. : > 
  22. : >>There are two machines, Linux is 150.0.0.1, DOS is 150.0.0.2.
  23. : >>The DOS box is running lanwp from a dvx setup.  If I exit dvx, I can
  24. : >>ping the Linux box ok.  I tried the following setup:
  25. : > 
  26. : >>set port tcp
  27. : >>set tcp pack odi
  28. : >>set tcp add 150.0.0.2
  29. : >>set tcp sub 255.255.255.0  
  30. : >>set port tcp 150.0.0.1
  31. : >>connect
  32. : > 
  33. : >>I get "cannot access IP packets".
  34. : > 
  35. : >>So I tried doing a packet driver (ne2000).  It seemed to initialize OK,
  36. : >>then when I do:
  37. : > 
  38. : >>set por tcp
  39. : >>set tcp add 150.0.0.2
  40. : >>set tcp sub 255.255.255.0
  41. : >>set port tcp 150.0.0.1
  42. : >>connect
  43. : > 
  44. : >>I get cannot ARP resolve 150.0.0.1.
  45. : > 
  46. : >>What am I doing wrong?
  47. : > 
  48. : >>Thanks,
  49. : > 
  50. : >>Tim Holmes
  51. : >>holmes@gorilla.nbn.com
  52. : > 
  53. : > 
  54. : > Neither 150.0.0.1 or 150.0.0.2 appeared to be registered in the DNS
  55. : > so the Addres resolution protocol is trying to look their names, and
  56. : > failing.
  57. : > 
  58. : > (You would need to talk to a local network administrator to get you
  59. : > boxes registered).
  60. : > 
  61. : > Matthew Moore
  62.  
  63. Since I'm the administrator of this two machine network (!), do I have
  64. to set up DNS to get kermit to work?
  65. : -----------
  66. :     150.0.0.x is also illegal with a subnet mask of 255.255.255.0
  67. : because it creates a subnet field, the third octet in this Class B case,
  68. : of all zeros.
  69. :         Joe D.
  70.  
  71. What subnet mask would work?  I tried 255.255.0.0, but no go there either.
  72. Sorry for the dumb questions, but I'm having trouble with this one.
  73.  
  74. Thanks,
  75.  
  76. Tim Holmes
  77. holmes@gorilla.nbn.com